home *** CD-ROM | disk | FTP | other *** search
- /* vi:ts=8
- *
- * Change LowCyl, HighCyl, Surfaces, BlocksPerTrack and Unit
- * to suit your hard drive (run DISKINFO DHx: to see the details
- * for a given partition)
- */
-
- PCD: FileSystem = l:pcdisk-handler
- Device = scsi.device
- Unit = ???
- Flags = 0
- LowCyl = ??? ; HighCyl = ???
- Surfaces = ???
- BlocksPerTrack = ???
- Buffers = 5
- BufMemType = 0
- BootPri = 0
- Stacksize = 4096
- Priority = -5
- GlobVec = -1
- Reserved = 2
- Mount = 1
- #
-
- /*
- * See docs for more info about this entry
- */
- IBM: Device = scsi.device
- Unit = ???
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 32
- Reserved = 0
- Interleave = 0
- LowCyl = ???; HighCyl = ???
- FileSystem = L:MSDOSFileSystem
- Stacksize = 4000
- Priority = 5
- GlobVec = -1
- DosType = 0x4D534400
- Buffers = 5
- BufMemType = 1
- #
-